object AboutForm: TAboutForm Left = 200 Top = 99 BorderStyle = bsDialog Caption = 'About WAV Browser' ClientHeight = 264 ClientWidth = 260 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 16 object Image1: TImage Left = 13 Top = 8 Width = 32 Height = 32 Picture.Data = {} end object RzLabel1: TRzLabel Left = 53 Top = 8 Width = 193 Height = 33 AutoSize = False Caption = 'WAV Browser' Font.Color = clBlack Font.Height = -29 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 65 Top = 80 Width = 130 Height = 22 Alignment = taCenter AutoSize = False Caption = 'By Dan Gilbert' Font.Color = clBlack Font.Height = -19 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 73 Top = 48 Width = 113 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Version 2.1b-32' end object Label3: TLabel Left = 33 Top = 104 Width = 194 Height = 16 Alignment = taCenter AutoSize = False Caption = 'E-mail: dgpc001@cyberia.com' end object Label4: TLabel Left = 5 Top = 120 Width = 249 Height = 16 Alignment = taCenter AutoSize = False Caption = 'WWW: www.interlink-2000.com/dgpc001' end object Bevel1: TBevel Left = 22 Top = 144 Width = 217 Height = 9 Shape = bsBottomLine end object Label5: TLabel Left = 28 Top = 160 Width = 204 Height = 49 AutoSize = False Caption = 'WAV Browser is freeware. Feel free to contact me with comments o' + 'r suggestions! Enjoy!' WordWrap = True end object RzPanel1: TRzPanel Left = 0 Top = 221 Width = 260 Height = 43 BevelSides = [sdTop] BorderSides = [] Align = alBottom BevelInner = bvLowered TabOrder = 0 object BitBtn1: TBitBtn Left = 85 Top = 5 Width = 89 Height = 33 TabOrder = 0 Kind = bkOK end end end